C1ProxyDataCollection<T> Constructor(Uri)
In This Topic
Initializes a new instance of the
C1ProxyDataCollection<T> class.
Syntax
'Declaration
Public Function New( _
ByVal As Uri _
)
public C1ProxyDataCollection<T>(
Uri
)
Parameters
- url
- The Url of the signal-r hub.
See Also